home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / selfstorage.swf / scripts / DefineButton2_107 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2008-03-17  |  110b  |  7 lines

  1. on(rollOver){
  2.    if(_root.int_soundon == 1)
  3.    {
  4.       _root.mc_sounds.schaltersound.start(0,1);
  5.    }
  6. }
  7.